-
Notifications
You must be signed in to change notification settings - Fork 2
Filter projects #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter projects #16
Conversation
7f5bcaf
to
28585bc
Compare
28585bc
to
835ca57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the filter is getting added to all the endpoints, no?
patch_api/api/estimates_api.py
Outdated
@@ -40,6 +40,8 @@ class EstimatesApi(object): | |||
"model", | |||
"make", | |||
"year", | |||
"type", | |||
"country", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 should this here too?
is the generator adding this filter parameter to all the endpoints or just projects?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
e1b6531
to
1915845
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
What
Why
SDK Release Checklist